home *** CD-ROM | disk | FTP | other *** search
- on prepareMovie
- puppetSprite(2, 1)
- set the visible of sprite 3 to 1
- set the visible of sprite 4 to 1
- repeat with N = 5 to 8
- set the visible of sprite N to 0
- end repeat
- end
-
- on createBall
- global ball1
- set ball1 to 0
- set ball1 to new(script "Ball Parent Script")
- set the visible of sprite 3 to 0
- set the visible of sprite 4 to 0
- repeat with N = 5 to 8
- set the visible of sprite N to 1
- end repeat
- end
-
- on stopMovie
- puppetSprite(2, 0)
- end
-